Add Website Expression Protocol for March 2026 preview#150
Closed
Add Website Expression Protocol for March 2026 preview#150
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Created complete website expression protocol in packages/spec/src/website/ - Added SEO configuration schemas with Open Graph and Twitter Cards - Added navigation and footer configuration schemas - Added content block schemas for landing pages (hero, features, testimonials, CTA, pricing, FAQ, etc.) - Added landing page and website configuration schemas - Created comprehensive test coverage for all website schemas - Generated JSON schemas and documentation - Updated package.json exports for website module - Preview release date: March 2026 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
- Added Chinese meta files for all website protocol sections - Updated references meta files to include website protocol - Updated README to document the 6 core protocol modules - Added Website Protocol as module #3 with preview release date March 2026 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
- Fixed description for previewReleaseDate to show correct ISO 8601 format - Rebuilt JSON schemas with updated documentation - All tests passing (1607 tests) - Security scan completed with no alerts Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
- Created comprehensive example demonstrating the Website Protocol - Shows hero, features, pricing, FAQ, and CTA sections - Includes SEO configuration with Open Graph and Twitter Cards - Demonstrates navigation, footer, and theming - Documents March 2026 preview release date Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add preview release schedule for official agreement
Add Website Expression Protocol for March 2026 preview
Jan 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements declarative website configuration protocol for marketing sites and landing pages, scheduled for March 2026 preview release.
Architecture
New protocol module
@objectstack/spec/websitewith 5 schema domains:content-block.zod.ts- 9 section types (hero, features, testimonials, pricing, CTA, FAQ, logo cloud, content, custom HTML)seo.zod.ts- Meta tags, Open Graph, Twitter Cards, Schema.org structured datanavigation.zod.ts- Menus (link, dropdown, mega menu), footers, social linkslanding-page.zod.ts- Page composition with SEO and script injectionwebsite.zod.ts- Top-level config with theme, analytics (GA4/GTM/FB Pixel), i18nExample Usage
Deliverables
examples/website-demo/@objectstack/spec/websiteOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.